home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / editor / htmst707.zip / HTMSTRIP.INI < prev    next >
INI File  |  1997-07-31  |  26KB  |  467 lines

  1. [HTMSTRIP]
  2. ; HTMSTRIP.INI
  3. ; This file consists of the following sections
  4. ;   (1) Changing program defaults --
  5. ;       see the documentation under "Specifying parameters"
  6. ;   (2) Entity references (about 260 lines of stuff) --
  7. ;       see the documentation under "Defining Entity References"
  8. ;   (3) Symbol lookups (how <A ...> etc links show up) --
  9. ;       see the documentation under "Defining the Symbolic References"
  10. ;   (4) Filter table items (e.g. how decimal 182 shows up) --
  11. ;       see the documentation under "Defining the Character-Translations"
  12.  
  13. ; Note that the current version of HTMSTRIP can be obtained from my
  14. ; Web site at http://www.geocities.com/SiliconValley/Lakes/2414
  15.  
  16. ; Program written by Bruce Guthrie, WayneSof@erols.com
  17.  
  18. ; -------- (1) Changing program defaults -------
  19.  
  20. ; Here's the syntax chart from the command:
  21. ;
  22. ; HTMSTRIP [ filespec | (filelist) | @listfile ] [ /Cpath ] [ outfile ]
  23. ;   [ /EXT=.xxx ] [ /COPY=path ] [ /CREATE ] [ /ALL ] [ /ATTR=attribs ]
  24. ;   [ /WIDTH=n ] [ /FORCE ] [ /RULE=s ] [ /BORDER=c ] [ /BUFF=n ] [ /SPACES ]
  25. ;   [ /RSPACE ] [ /WARNINGS ] [ /-TABLE ] [ /-INDENT ] [ /CPn ] [ /A=spec ]
  26. ;   [ /IMG=spec | /IMGALT=spec ] [ /ALTONLY ] [ /MAP=spec | /MAPALT=spec ]
  27. ;   [ /-INPUT ] [ /Linitfile ] [ /FILTER | /FILTER=filename ]
  28. ;   [ /LOG=logfile ] [ /Tpath ] [ /MONO ]
  29. ;   [ /Iinitfile | /-I ] [ /-ENV ] [ /? ] [ /?&H ]
  30. ;
  31. ; Note that only options that begin with a "/" can be included in the
  32. ; INI file so forget "filespec", "@listfile", and "outfile" above.
  33.  
  34. ; The following lines are examples of how to override system
  35. ; defaults.  In actuality, they are for values that are
  36. ; already system defaults but they give you an idea of how you
  37. ; might change them if you wanted to.  You might instead put
  38. ; similar statements in a separate INI file for this.  To
  39. ; modify the default, remove the leading semi-colon (";") and
  40. ; then modify the item.  There are some other options that can
  41. ; be changed that didn't make sense to declare as defaults
  42. ; below: /Cpath, /COPY=path, and /FILTER=filename.
  43.  
  44. ;/A=NONE          ; Change to /A=FSITE to embed full site names; see docs for other choices
  45. ;/-ALL            ; Change to /ALL if you want non-recognizable files checked
  46. ;/-ALTONLY        ; Change to /ALTONLY if you *only* want to see ALT=alias references for graphics
  47. ;/ATTR=-H-S       ; /ATTR=ALL processes everything; changing is seldom necessary though
  48. ;/BORDER=T        ; Change to /BORDER=B to replace with spaces, see docs for other choices
  49. ;/BUFF=1          ; Change to /BUFF=2 or more to increase spaces around vertical table divides
  50. ;/COLOR           ; Change to /MONO to avoid color changes during execution
  51. ;/CP1             ; Change to /CP3 for the Windows TrueType-supported character set
  52. ;/-CREATE         ; Change to /CREATE to creates the output subdirectory if it doesn't exist already
  53. ;/ENV             ; Change to /-ENV to avoid trying to resolve passed-in environmental variables
  54. ;/EXT=.OUT        ; Determines default file extension for output files
  55. ;/-FORCE          ; Change to /FORCE if tables must be squeezed into specified page width
  56. ;/IHTMSTRIP.INI   ; Change to something else to read the INI file from elsewhere
  57. ;/IMG=NONE        ; Change to /IMG=FSITE to embed full file names; see docs for other choices
  58. ;/IMGALT=NONE     ; Change to /IMGALT=FSITE to embed full file names or ALT=alias references; see docs for other choices
  59. ;/INDENT          ; Change to /-INDENT if you don't want <BLOCKQUOTE> sections indented
  60. ;/-INPUT          ; Change to /INPUT if you want to see indications of where input zones are
  61. ;/LHTMSTRIP.INI   ; Change to something else to read the entity references from another file
  62. ;/-LOG            ; Change to /LOG or /LOG=filename to log files processed
  63. ;/MAP=NONE        ; Change to /MAP=FSITE to embed full file names; see docs for other choices
  64. ;/MAPALT=NONE     ; Change to /MAPALT=FSITE to embed full file names or ALT=alias references; see docs for other choices
  65. ;/-RSPACE         ; Change to /RSPACE if you need spaces before/after <HR> tags
  66. ;/RULE=-          ; Change to something else for <HR> indicators
  67. ;/-SPACES         ; Change to /SPACES to keep all blank lines
  68. ;/TABLE           ; Change to /-TABLE to skip processing tables
  69. ;/-WARNINGS       ; Change to /WARNING to display warning messages about HTML problems
  70. ;/WIDTH=80        ; Change to another value to make output lines longer/shorter
  71.  
  72. ; ------- (2) Entity references ----------
  73.  
  74. ; Normal lookups.  What HTML codes are replaced by what codes?
  75. ; These codes are defined as "entity references" in the manuals.
  76.  
  77. ; The entities are listed alphabetically by type of entity
  78. ; but they don't actually have to be in any order whatsoever.
  79.  
  80. ; For most of the symbols, there are three character lookups provided,
  81. ; one between each underscore pair.  For example, "_AE_Æ_╞_".
  82. ; Item: (1) = 7-bit ASCII characters; this is a universal
  83. ;             character set that should work under DOS and
  84. ;             Windows as well as being e-mailable to anyone.  It avoids
  85. ;             all high order bit characters.  This excludes most foreign
  86. ;             characters as well as some others.  Example, "AE" above.
  87. ;       (2) = 8-bit ASCII characters--DOS only; this set includes
  88. ;             high-order DOS characters which works only from DOS.
  89. ;             Foreign characters appear fine under DOS but they come
  90. ;             off totally wrong under Windows and may not work well
  91. ;             under e-mail.  Example, "Æ" above.
  92. ;       (3) = ANSI characters meeting the ISO 8859/1 8-bit single-byte
  93. ;             graphic character set.  This set only works under Windows
  94. ;             and may not work well under e-mail.  Example, "╞" above.
  95.  
  96. ; See HTMSTRIP.DOC under "Defining Entity References"
  97.  
  98. ; Foreign characters (capital letters)
  99. Æ    = _AE_Æ_╞_             ; Capital AE dipthong (ligature)
  100. Á   = _A_A_┴_              ; Capital A, acute accent
  101.     = _A_A_┬_              ; Capital A, circumflex access
  102. À   = _A_A_└_              ; Capital A, grave accent
  103. Å    = _A_Å_┼_              ; Capital A, ring
  104. à  = _A_A_├_              ; Capital A, tilde
  105. Ä     = _A_Ä_─_              ; Capital A, dieresis or umlaut mark
  106. Ç   = _C_Ç_╟_              ; Capital C, cedilla
  107. Р     = _D_D_╨_              ; Capital Eth, Icelandic
  108. É   = _E_É_╔_              ; Capital E, acute accent
  109. Ê    = _E_E_╩_              ; Capital E, circumflex accent
  110. È   = _E_E_╚_              ; Capital E, grave accent
  111. Ë     = _E_E_╦_              ; Capital E, dieresis or umlaut mark
  112. Í   = _I_I_═_              ; Capital I, acute accent
  113. Π   = _I_I_╬_              ; Capital I, circumflex accent
  114. Ì   = _I_I_╠_              ; Capital I, grave accent
  115. Ï     = _I_I_╧_              ; Capital I, dieresis or umlaut mark
  116. Ñ   = _N_Ñ_╤_              ; Capital N, tilde
  117. Ó   = _O_O_╙_              ; Capital O, acute accent
  118. Ô    = _O_O_╘_              ; Capital O, circumflex accent
  119. Ò   = _O_O_╥_              ; Capital O, grave accent
  120. Ø   = _O_O_╪_              ; Capital O, slash
  121. Õ   = _O_O_╒_              ; Capital O, tilde
  122. Ö     = _O_Ö_╓_              ; Capital O, dieresis or umlaut mark
  123. Ú   = _U_U_┌_              ; Capital U, acute accent
  124. Û    = _U_U_█_              ; Capital U, circumflex accent
  125. Ù   = _U_U_┘_              ; Capital U, grave accent
  126. Ü     = _U_Ü_▄_              ; Capital U, dieresis or umlaut mark
  127. Ý   = _Y_Y_▌_              ; Capital Y, acute accent
  128. Þ    = _D_D_▐_              ; Capital THORN, Icelandic
  129.  
  130. ; Foreign characters (small characters)
  131. á   = _a_á_ß_              ; Small a, acute accent
  132. â    = _a_â_Γ_              ; Small a, circumflex accent
  133. æ    = _a_æ_µ_              ; Small ae dipthong (ligature)
  134. à   = _a_à_α_              ; Small a, grave accent
  135. å    = _a_å_σ_              ; Small a, ring
  136. ã   = _a_a_π_              ; Small a, tilde
  137. ä     = _a_ä_Σ_              ; Small a, dieresis or umlaut mark
  138. ç   = _c_ç_τ_              ; Small c, cedilla
  139. é   = _e_é_Θ_              ; Small e, acute accent
  140. ê    = _e_ê_Ω_              ; Small e, circumflex accent
  141. è   = _e_è_Φ_              ; Small e, grave accent
  142. ð      = _e_e_≡_              ; Small etc, Icelandic
  143. ë     = _e_ë_δ_              ; Small e, dieresis or umlaut mark
  144. í   = _i_í_φ_              ; Small i, acute accent
  145. î    = _i_î_ε_              ; Small i, circumflex accent
  146. ì   = _i_ì_∞_              ; Small i, grave accent
  147. ï     = _i_ï_∩_              ; Small i, dieresis or umlaut mark
  148. ñ   = _n_ñ_±_              ; Small n, tilde
  149. ó   = _o_ó_≤_              ; Small o, acute accent
  150. ô    = _o_ô_⌠_              ; Small o, circumflex accent
  151. ò   = _o_ò_≥_              ; Small o, grave accent
  152. ø   = _o_φ_°_              ; Small o, slash
  153. õ   = _o_o_⌡_              ; Small o, tilde
  154. ö     = _o_ö_÷_              ; Small o, dieresis or umlaut mark
  155. ß    = _ss_ß_▀_             ; Small sharp s, German (sz ligature)
  156. þ    = _D_D_■_              ; Small thorn, Icelandic
  157. ú   = _u_ú_·_              ; Small u, acute accent
  158. û    = _u_u_√_              ; Small u, circumflex accent
  159. ù   = _u_ù_∙_              ; Small u, grave accent
  160. ü     = _u_ü_ⁿ_              ; Small u, dieresis or umlaut mark
  161. ý   = _y_y_²_              ; Small y, acute accent
  162. ÿ     = _y_ÿ_ _              ; Small y, dieresis or umlaut mark
  163.  
  164. ; Symbols
  165. &      = &                    ; Ampersand
  166. ¦   = _|_|_ª_              ; Broken vertical bar (pipe symbol)
  167. &cdots;    = _..._∙∙∙_..._        ; Three dots on center line
  168. ¸    = _c_c_╕_              ; Cedilla
  169. ¢     = _cents_¢_ó_          ; Cent symbol
  170. ©     = _(c)_(c)_⌐_          ; Copyright symbol
  171. °      = _degree_°_░_         ; Degree symbol
  172.       = \032                 ; Thick space
  173. &endash;   = -                    ; Dash
  174.       = \032                 ; Thin space
  175. ½   = _1/2_½_╜_            ; One half
  176. ¼   = _1/4_¼_╝_            ; One quarter
  177. ¾   = _3/4_3/4_╛_          ; Three quarters
  178. >       = >                    ; Greater than
  179. ¡    = _!_¡_í_              ; Inverted exclamation point
  180. ¿   = _?_¿_┐_              ; Inverted question mark
  181. «    = _\034_«_½_           ; Left bracket double quote
  182. &ldots;    = _..._..._à_          ; Three dots on lower line
  183. <       = <                    ; Less than
  184. ¯     = _-_-_»_              ; Macron accent
  185. —    = -                    ; Big dash
  186. µ    = _u_µ_╡_              ; Micron symbol
  187. ·   = _._∙_╖_              ; Small dot on the middle of the line
  188.       = \032                 ; Non-breakable space
  189. –    = -                    ; Small dash
  190. ¬      = _^_¬_¼_              ; Not symbol
  191. ª     = _^a_ª_¬_             ; eminine ordinal
  192. º     = _^o_º_║_             ; asculine ordinal
  193. ¶     = _P__╢_              ; Paragraph symbol
  194. ±   = _+/-_±_▒_            ; Plus-minus character
  195. £    = _L_£_ú_              ; British pound Sterling
  196. &quadsp;   = \032                 ; Huge space
  197. "     = \034                 ; Quotation mark
  198. »    = _\034_»_╗_           ; Right bracket double quote
  199. ®      = _(R)_(R)_«_          ; Registered trademark
  200. §     = _(s)__º_            ; Section
  201. ­      = _-_-_¡_              ; Soft hyphen
  202. &sp;       = \032                 ; Space
  203. ¹     = _^1_^1_╣_            ; Superscript one
  204. ²     = _^2_²_▓_             ; Superscript two
  205. ³     = _^3_^3_│_            ; Superscript three
  206.     = \032                 ; Thin space
  207. ×    = _x_x_╫_              ; Multiplication symbol
  208. ™    = _TM_TM_Ö_            ; Registered trademark -- unofficial
  209. &vdots;    = |                    ; Three vertical dots
  210. ¥      = _Y_¥_Ñ_              ; Japanese yen
  211.  
  212. ; Numeric codes:  ISO 8859/1 8-bit single-byte graphic character set.
  213. ; The beginning set are shared by IBM PC's so there's not much difference.
  214. ; � to  are not supported by HTML
  215.        = \032                 ; Vertical tab; handling as space
  216.       = \013\010             ; Line feed; handling as new line
  217. ;   to #031 are not supported by HTML
  218.       = \032                 ; Space
  219. !      = !                    ; Exclamation point
  220. "      = \034                 ; Double quotation mark
  221. #      = #                    ; Number (pound) sign
  222. $      = $                    ; Dollar sign
  223. %      = %                    ; Percent sign
  224. &      = &                    ; Ampersand
  225. '      = '                    ; Apostrophe
  226. (      = (                    ; Left parenthesis
  227. )      = )                    ; Right parenthesis
  228. *      = *                    ; Asterisk
  229. +      = +                    ; Plus sign
  230. ,      = ,                    ; Comma
  231. -      = -                    ; Hyphen
  232. .      = .                    ; Period (full stop)
  233. /      = /                    ; Solidus (slash)
  234. 0      = 0                    ; Digit 0
  235. 1      = 1                    ; Digit 1
  236. 2      = 2                    ; Digit 2
  237. 3      = 3                    ; Digit 3
  238. 4      = 4                    ; Digit 4
  239. 5      = 5                    ; Digit 5
  240. 6      = 6                    ; Digit 6
  241. 7      = 7                    ; Digit 7
  242. 8      = 8                    ; Digit 8
  243. 9      = 9                    ; Digit 9
  244. :      = :                    ; Colon
  245. ;      = ;                    ; Semi-colon
  246. <      = <                    ; Less than
  247. =      = =                    ; Equals sign
  248. >      = >                    ; Greater than
  249. ?      = ?                    ; Question mark
  250. @      = @                    ; Commercial at
  251. A      = A                    ; Capital letter A
  252. B      = B                    ; Capital letter B
  253. C      = C                    ; Capital letter C
  254. D      = D                    ; Capital letter D
  255. E      = E                    ; Capital letter E
  256. F      = F                    ; Capital letter F
  257. G      = G                    ; Capital letter G
  258. H      = H                    ; Capital letter H
  259. I      = I                    ; Capital letter I
  260. J      = J                    ; Capital letter J
  261. K      = K                    ; Capital letter K
  262. L      = L                    ; Capital letter L
  263. M      = M                    ; Capital letter M
  264. N      = N                    ; Capital letter N
  265. O      = O                    ; Capital letter O
  266. P      = P                    ; Capital letter P
  267. Q      = Q                    ; Capital letter Q
  268. R      = R                    ; Capital letter R
  269. S      = S                    ; Capital letter S
  270. T      = T                    ; Capital letter T
  271. U      = U                    ; Capital letter U
  272. V      = V                    ; Capital letter V
  273. W      = W                    ; Capital letter W
  274. X      = X                    ; Capital letter X
  275. Y      = Y                    ; Capital letter Y
  276. Z      = Z                    ; Capital letter Z
  277. [      = [                    ; Right square bracket
  278. \      = \                    ; Reverse solidus (backslash)
  279. ]      = ]                    ; Right square bracket
  280. ^      = ^                    ; Carat
  281. _      = _                    ; Horizontal bar
  282. `      = `                    ; Acute accent
  283. a      = a                    ; Small letter a
  284. b      = b                    ; Small letter b
  285. c      = c                    ; Small letter c
  286. d     = d                    ; Small letter d
  287. e     = e                    ; Small letter e
  288. f     = f                    ; Small letter f
  289. g     = g                    ; Small letter g
  290. h     = h                    ; Small letter h
  291. i     = i                    ; Small letter i
  292. j     = j                    ; Small letter j
  293. k     = k                    ; Small letter k
  294. l     = l                    ; Small letter l
  295. m     = m                    ; Small letter m
  296. n     = n                    ; Small letter n
  297. o     = o                    ; Small letter o
  298. p     = p                    ; Small letter p
  299. q     = q                    ; Small letter q
  300. r     = r                    ; Small letter r
  301. s     = s                    ; Small letter s
  302. t     = t                    ; Small letter t
  303. u     = u                    ; Small letter u
  304. v     = v                    ; Small letter v
  305. w     = w                    ; Small letter w
  306. x     = x                    ; Small letter x
  307. y     = y                    ; Small letter y
  308. z     = z                    ; Small letter z
  309. {     = {                    ; Left curly brace
  310. |     = |                    ; Vertical bar
  311. }     = }                    ; Right curly brace
  312. ~     = ~                    ; Tilde
  313.  
  314. ; Interestingly, the program HTMLCon from Satore Township defines characters
  315. ; 131 to 160 whereas Dave Raggett's HyperText Markup Language Specification
  316. ; Version 3.0 draft (03/28/95) says they aren't defined at all.  Oh well.
  317. ; Can't hurt to have extras I guess....  Most of the characters that come
  318. ; up fine under Netscape here do not work correctly under Windows itself
  319. ; so they had to be translated generically.
  320. ƒ     = _ƒ_ƒ_â_              ; Looks like that musical forte indicator
  321. …     = _..._..._à_          ; Elipses
  322. ˆ     = _^_^_ê_              ; Circumflex
  323. Š     = _S_S_è_              ; Comes up in Netscape as a capital S with reverse umlaut
  324. ‹     = _<_<_ï_              ; Less than
  325. ‘     = _`_`_æ_              ; Left single quote
  326. ’     = _'_'_Æ_              ; Right single quote
  327. “     = _\034_\034_ô_        ; Left double quote
  328. ”     = _\034_\034_ö_        ; Right double quote
  329. •     = _∙_∙_ò_              ; Middle dot
  330. –     = _-_-_û_              ; Short dash
  331. —     = _--_--_ù_            ; Long dash
  332. ™     = _TM_TM_Ö_            ; Isn't in the book but Netscape uses it
  333. ›     = _>_>_¢_              ; Greater than
  334. Ÿ     = _Y_Y_ƒ_              ; Y umlaut
  335.       = _\032_\032_\160_     ; Space
  336.  
  337. ; Back to codes that everyone seems to agree on (using Raggett's definitions)
  338. ¡     = _!_¡_í_              ; Inverted exclamation
  339. ¢     = _c_¢_ó_              ; Cent sign
  340. £     = _L_£_ú_              ; Pound sterling
  341. ¤     = _$_$_ñ_              ; General currency sign
  342. ¥     = _Y_¥_Ñ_              ; Yen sign
  343. ¦     = _|_|_ª_              ; Broken vertical bar; pipe symbol
  344. §     = _(s)__º_            ; Section sign
  345. ¨     = _\034_\034_¿_        ; Umlaut (diaresis)
  346. ©     = _(c)_(c)_⌐_          ; Copyright symbol
  347. ª     = _a_a_¬_              ; Feminine ordinal
  348. «     = _\034_«_½_           ; Left angle quote, guillemot left
  349. ¬     = _^_¬_¼_              ; Not sign
  350. ­     = _-_-_¡_              ; Soft hyphen (shhhh)
  351. ®     = _(R)_(R)_«_          ; Registered trademark
  352. ¯     = _-_-_»_              ; Macron accent
  353. °     = _degree_°_░_         ; Degree sign
  354. ±     = _+/-_±_▒_            ; Plus or minus
  355. ²     = _^2_²_▓_             ; Superscript two
  356. ³     = _^3_^3_│_            ; Superscript three
  357. ´     = _'_'_┤_              ; Acute accent
  358. µ     = _u_µ_╡_              ; Micro sign
  359. ¶     = _P__╢_              ; Paragraph symbol
  360. ·     = _._∙_╖_              ; Middle dot
  361. ¸     = _c_ç_╕_              ; Cedilla
  362. ¹     = _^1_^1_╣_            ; Superscript one
  363. º     = _degree_°_║_         ; Masculine ordinal
  364. »     = _\034_»_╗_           ; Right angle quote, guillemot right
  365. ¼     = _1/4_¼_╝_            ; Fraction one-fourth
  366. ½     = _1/2_½_╜_            ; Fraction one-half
  367. ¾     = _3/4_3/4_╛_          ; Fraction three-fourths
  368. ¿     = _?_¿_┐_              ; Inverted question mark
  369. À     = _A_A_└_              ; Capital A, acute accent
  370. Á     = _A_A_┴_              ; Capital A, grave accent
  371.      = _A_A_┬_              ; Capital A, circumflex access
  372. à    = _A_A_├_              ; Capital A, tilde
  373. Ä     = _A_Å_─_              ; Capital A, ring
  374. Å     = _A_Ä_┼_              ; Capital A, dieresis or umlaut mark
  375. Æ     = _AE_Æ_╞_             ; Capital AE dipthong (ligature)
  376. Ç     = _C_Ç_╟_              ; Capital C, cedilla
  377. È     = _E_É_╚_              ; Capital E, acute accent
  378. É     = _E_E_╔_              ; Capital E, grave accent
  379. Ê     = _E_E_╩_              ; Capital E, circumflex accent
  380. Ë     = _E_E_╦_              ; Capital E, dieresis or umlaut mark
  381. Ì     = _I_I_╠_              ; Capital I, acute accent
  382. Í     = _I_I_═_              ; Capital I, grave accent
  383. Π    = _I_I_╬_              ; Capital I, circumflex accent
  384. Ï     = _I_I_╧_              ; Capital I, dieresis or umlaut mark
  385. Р    = _D_D_╨_              ; Capital Eth, Icelandic
  386. Ñ     = _N_Ñ_╤_              ; Capital N, tilde
  387. Ò     = _O_O_╥_              ; Capital O, acute accent
  388. Ó     = _O_O_╙_              ; Capital O, grave accent
  389. Ô     = _O_O_╘_              ; Capital O, circumflex accent
  390. Õ     = _O_O_╒_              ; Capital O, tilde
  391. Ö     = _O_Ö_╓_              ; Capital O, dieresis or umlaut mark
  392. ×     = _x_x_╫_              ; Multiplication sign
  393. Ø     = _O_φ_╪_              ; Capital O, slash
  394. Ù     = _U_U_┘_              ; Capital U, acute accent
  395. Ú     = _U_U_┌_              ; Capital U, grave accent
  396. Û     = _U_U_█_              ; Capital U, circumflex accent
  397. Ü     = _U_Ü_▄_              ; Capital U, dieresis or umlaut mark
  398. Ý     = _Y_Y_▌_              ; Capital Y, acute accent
  399. Þ     = _D_D_▐_              ; Capital THORN, Icelandic
  400. ß     = _B_ß_▀_              ; Small sharp s, German (sz ligature)
  401. à     = _a_á_α_              ; Small a, acute accent
  402. á     = _a_à_ß_              ; Small a, grave accent
  403. â     = _a_â_Γ_              ; Small a, circumflex accent
  404. ã     = _a_a_π_              ; Small a, tilde
  405. ä     = _a_ä_Σ_              ; Small a, dieresis or umlaut mark
  406. å     = _a_å_σ_              ; Small a, ring
  407. æ     = _ae_æ_µ_             ; Small ae dipthong (ligature)
  408. ç     = _c_ç_τ_              ; Small c, cedilla
  409. è     = _e_é_Φ_              ; Small e, acute accent
  410. é     = _e_è_Θ_              ; Small e, grave accent
  411. ê     = _e_ê_Ω_              ; Small e, circumflex accent
  412. ë     = _e_ë_δ_              ; Small e, dieresis or umlaut mark
  413. ì     = _i_í_∞_              ; Small i, acute accent
  414. í     = _i_ì_φ_              ; Small i, grave accent
  415. î     = _i_î_ε_              ; Small i, circumflex accent
  416. ï     = _i_ï_∩_              ; Small i, dieresis or umlaut mark
  417. ð     = _D_D_≡_              ; Small etc, Icelandic
  418. ñ     = _n_ñ_±_              ; Small n, tilde
  419. ò     = _o_ó_≥_              ; Small o, acute accent
  420. ó     = _o_ò_≤_              ; Small o, grave accent
  421. ô     = _o_ô_⌠_              ; Small o, circumflex accent
  422. õ     = _o_o_⌡_              ; Small o, tilde
  423. ö     = _o_ö_÷_              ; Small o, dieresis or umlaut mark
  424. ÷     = _/_÷_≈_              ; Division sign
  425. ø     = _o_φ_°_              ; Small o, slash
  426. ù     = _u_ú_∙_              ; Small u, acute accent
  427. ú     = _u_ù_·_              ; Small u, grave accent
  428. û     = _u_û_√_              ; Small u, circumflex accent
  429. ü     = _u_ü_ⁿ_              ; Small u, dieresis or umlaut mark
  430. ý     = _y_y_²_              ; Small u, acute accent
  431. þ     = _D_D_■_              ; Small thorn, Icelandic
  432. ÿ     = _y_ÿ_ _              ; Small y, dieresis or umlaut mark
  433.  
  434. ; -------- (3) Symbol lookups ------
  435.  
  436. ; Special lookups.
  437. ; See HTMSTRIP.DOC under "Defining the Symbolic References"
  438.  
  439. <A>      = (link)
  440. <IMG>    = (image)
  441. <INPUT>  = 5<@+>
  442. <b>      = (null)
  443. </b>     = (null)
  444. <i>      = (null)
  445. </i>     = (null)
  446. <u>      = (null)   ; Some people like to set this to:  <u> = _
  447. </u>     = (null)   ; Some people like to set this to:  </u> = _
  448. <em>     = (null)
  449. </em>    = (null)
  450.  
  451. ; -------- (4) Filter table items ------
  452.  
  453. ; Character-translation table entries.
  454. ; What characters are to be fixed up on input.
  455. ; Syntax is usually:
  456. ;    \nnn = character     where "nnn" is the decimal value of the item
  457. ;    &Hxx = character     where "xx" is a hexadecimal value of the item
  458. ; You can only replace a character with another single character; don't
  459. ; try to replace \169, for example, with "(c)"
  460. ; See HTMSTRIP.DOC under "Defining the Character-Translations"
  461.  
  462. \145 = '
  463. \146 = '  ; As in DisneyÆs
  464. \147 = "
  465. \148 = "
  466. \169 = c  ; Copyright symbols as in ⌐ 1996
  467.